home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / DSPlayer_v0.66_beta_full.exe / {app} / config / playbackpopupmenu.def < prev    next >
Encoding:
Text File  |  2004-03-24  |  1.1 KB  |  51 lines

  1. //-------------------------------------------------------------
  2. // Do not change this File without having the documentation !!!
  3. //-------------------------------------------------------------
  4.  
  5. // DSPlayer def file
  6. // for dynamic Popupmenu creation ;)
  7.  
  8.  
  9. // about paylistfilepopupmenu.def
  10. // ------------------------------
  11. // filters, language and skins submenus are automaticly created
  12. // by DSPlayer
  13. // The following entries are the names of the MenuItems in the
  14. // popupmenu
  15. // to support functionality of new items,
  16. // the item click handler must be updated in the DSPlayer code
  17.  
  18.  
  19. // [popupmenu] is a static placeholder
  20. // this command can't be changed
  21. [popupmenu]
  22. ++icongroup begin
  23. **icon
  24. **open.bmp
  25. openfile
  26. blank1
  27. **icon
  28. **play.bmp
  29. play
  30. **icon
  31. **stop.bmp
  32. stop
  33. **icon
  34. **pause.bmp
  35. pause
  36. **icon
  37. **fastforward.bmp
  38. fastforward
  39. **icon
  40. **fastbackward.bmp
  41. fastbackward
  42. blank2
  43. **icon
  44. **next_chapter.bmp
  45. next
  46. **icon
  47. **previous_chapter.bmp
  48. previous
  49. [end]
  50. // "++******group end" is not supported before [end] tag !!!
  51. // no need to close the group there !!!